func runtime.checkTimers

4 uses

	runtime (current package)
		proc.go#L2542: 	now, pollUntil, _ := checkTimers(_p_, 0)
		proc.go#L2868: 				tnow, w, ran := checkTimers(p2, now)
		proc.go#L3148: 	checkTimers(pp, 0)
		proc.go#L3252: func checkTimers(pp *p, now int64) (rnow, pollUntil int64, ran bool) {